Mass test data update: find usages doesn't contain column anymore

This commit is contained in:
Nikolay Krasko
2015-12-23 15:14:33 +03:00
parent b6f3bf9869
commit a71d1c24ff
216 changed files with 822 additions and 816 deletions
@@ -1,6 +1,6 @@
[primaryConstructorByJavaRef.0.java] New instance creation (12: 13) new A(1);
[primaryConstructorByJavaRef.0.java] Unclassified usage (7: 9) super(n);
[primaryConstructorByJavaRef.1.kt] New instance creation (13: 5) A(1)
[primaryConstructorByJavaRef.1.kt] Supertype (9: 12) class C(): A(1)
[primaryConstructorByJavaRef.1.kt] Unclassified usage (2: 20) constructor(): this(1)
[primaryConstructorByJavaRef.1.kt] Unclassified usage (6: 26) constructor(n: Int): super(n)
[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)