Term changes
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ Additional checking of reference KtInvokeFunctionReference: MyFunction()
|
||||
Additional checking of reference KtInvokeFunctionReference: foo()
|
||||
Changed resolve of KtInvokeFunctionReference: foo()
|
||||
Additional checking of reference KtInvokeFunctionReference: println("extension function")
|
||||
Trying to build import list again with locked imports: bug.a.invoke
|
||||
Trying to build import list again with import rules: +bug.a.invoke
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
Additional checking of reference KtInvokeFunctionReference: foo()
|
||||
Changed resolve of KtInvokeFunctionReference: foo()
|
||||
Trying to build import list again with locked imports: bug.a.*
|
||||
Trying to build import list again with import rules: +bug.a.*
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ Additional checking of reference Getter: foo
|
||||
Additional checking of reference KtSimpleNameReference: foo
|
||||
Changed resolve of KtSimpleNameReference: foo
|
||||
Additional checking of reference KtInvokeFunctionReference: foo("")
|
||||
Trying to build import list again with locked imports: pack1.foo, pack2.*
|
||||
Trying to build import list again with import rules: +pack1.foo, +pack2.*
|
||||
Additional checking of reference Getter: foo
|
||||
Additional checking of reference KtSimpleNameReference: foo
|
||||
Additional checking of reference KtInvokeFunctionReference: foo("")
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
Additional checking of reference KtSimpleNameReference: +=
|
||||
Changed resolve of KtSimpleNameReference: +=
|
||||
Trying to build import list again with locked imports: -p2.*, p1.plus
|
||||
Trying to build import list again with import rules: -p2.*, +p1.plus
|
||||
|
||||
@@ -6,4 +6,4 @@ Additional checking of reference KtSimpleNameReference: A
|
||||
Changed resolve of KtSimpleNameReference: A
|
||||
Additional checking of reference KtInvokeFunctionReference: A("")
|
||||
Additional checking of reference KtInvokeFunctionReference: A(1)
|
||||
Trying to build import list again with locked imports: p2.A, p1.*
|
||||
Trying to build import list again with import rules: +p2.A, +p1.*
|
||||
|
||||
Reference in New Issue
Block a user