// "Create class 'Foo'" "true" class A(val n: T) { } fun test() { val a = A.Foo(2) }