[primaryConstructorByJavaRef.0.java] New instance creation 12 new A(1); [primaryConstructorByJavaRef.0.java] Unclassified usage 7 super(n); [primaryConstructorByJavaRef.1.kt] New instance creation 13 A(1) [primaryConstructorByJavaRef.1.kt] Supertype 9 class C(): A(1) [primaryConstructorByJavaRef.1.kt] Unclassified usage 2 constructor(): this(1) [primaryConstructorByJavaRef.1.kt] Unclassified usage 6 constructor(n: Int): super(n)