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,15 +1,15 @@
Class/object property type (3: 25) var next: Outer.A? = (this@KOuter as Outer).A()
Function return types (15: 30) fun getNext(): Outer.A? {
Function return types (29: 22) fun Any.toA(): Outer.A? {
Local variable declaration (11: 27) val aa: Outer.A = a
New instance creation (25: 39) fun KOuter.X.bar(a: Outer.A = Outer().A()) {
New instance creation (2: 64) public inner class X(bar: String? = (this@KOuter as Outer).A().bar): Outer.A() {
New instance creation (3: 53) var next: Outer.A? = (this@KOuter as Outer).A()
New instance creation (4: 53) val myBar: String? = (this@KOuter as Outer).A().bar
New instance creation (7: 36) (this@KOuter as Outer).A().bar = ""
Parameter type (10: 26) fun foo(a: Outer.A) {
Parameter type (25: 27) fun KOuter.X.bar(a: Outer.A = Outer().A()) {
Super type qualifier (20: 25) super<Outer.A>.foo()
Supertype (2: 80) public inner class X(bar: String? = (this@KOuter as Outer).A().bar): Outer.A() {
Target type of 'is' operation (30: 30) return if (this is Outer.A) this as Outer.A else null
Usage in cast target type (30: 47) return if (this is Outer.A) this as Outer.A else null
Class/object property type 3 var next: Outer.A? = (this@KOuter as Outer).A()
Function return types 15 fun getNext(): Outer.A? {
Function return types 29 fun Any.toA(): Outer.A? {
Local variable declaration 11 val aa: Outer.A = a
New instance creation 2 public inner class X(bar: String? = (this@KOuter as Outer).A().bar): Outer.A() {
New instance creation 25 fun KOuter.X.bar(a: Outer.A = Outer().A()) {
New instance creation 3 var next: Outer.A? = (this@KOuter as Outer).A()
New instance creation 4 val myBar: String? = (this@KOuter as Outer).A().bar
New instance creation 7 (this@KOuter as Outer).A().bar = ""
Parameter type 10 fun foo(a: Outer.A) {
Parameter type 25 fun KOuter.X.bar(a: Outer.A = Outer().A()) {
Super type qualifier 20 super<Outer.A>.foo()
Supertype 2 public inner class X(bar: String? = (this@KOuter as Outer).A().bar): Outer.A() {
Target type of 'is' operation 30 return if (this is Outer.A) this as Outer.A else null
Usage in cast target type 30 return if (this is Outer.A) this as Outer.A else null