public class ClassWithoutParams { fun noTypeParams() { } fun hasTypeParams(t : T?) { } }