gecko-dev/tools/clang-tidy/test/modernize-use-using.cpp

6 строки
93 B
C++

template <typename T>
class Test {
typedef typename T::iterator Iter;
};
typedef int Type;