C++
clang 10.0.0
$ clang++ prog.cc -std=c++2a
prog.cc:9:19: error: cannot add a default template argument to the definition of a member of a class template template<typename Type = int> ^ ~~~ 1 error generated.