Fix tests
This commit is contained in:
+1
-1
@@ -12,4 +12,4 @@ Compiling files:
|
|||||||
src/usage.kt
|
src/usage.kt
|
||||||
End of files
|
End of files
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
Unresolved reference: f
|
Unresolved reference: inline
|
||||||
Vendored
+12
-14
@@ -1,16 +1,14 @@
|
|||||||
a kotlin.data 0
|
a java.lang.Deprecated 0
|
||||||
p org.test 0
|
p org.test 0
|
||||||
c 0 0/SomeClass
|
m 0 0/SomeClass getImmutableProperty
|
||||||
a java.lang.Deprecated 1
|
a org.jetbrains.annotations.NotNull 1
|
||||||
m 1 0/SomeClass getImmutableProperty
|
f 1 0/SomeClass mutableProperty
|
||||||
a org.jetbrains.annotations.NotNull 2
|
m 0 0/SomeClass getMutableProperty
|
||||||
f 2 0/SomeClass mutableProperty
|
|
||||||
m 1 0/SomeClass getMutableProperty
|
m 1 0/SomeClass getMutableProperty
|
||||||
m 2 0/SomeClass getMutableProperty
|
m 0 0/SomeClass setMutableProperty
|
||||||
m 1 0/SomeClass setMutableProperty
|
a org.jetbrains.annotations.Nullable 2
|
||||||
a org.jetbrains.annotations.Nullable 3
|
f 2 0/SomeClass arg
|
||||||
f 3 0/SomeClass arg
|
m 2 0/SomeClass getArg
|
||||||
m 3 0/SomeClass getArg
|
m 2 0/SomeClass component1
|
||||||
m 3 0/SomeClass component1
|
m 1 0/SomeClass copy
|
||||||
m 2 0/SomeClass copy
|
m 1 0/SomeClass copy$default
|
||||||
m 2 0/SomeClass copy$default
|
|
||||||
|
|||||||
+11
-15
@@ -1,16 +1,12 @@
|
|||||||
a kotlin.data 0
|
a java.lang.Deprecated 0
|
||||||
c 0 SomeClass
|
f 0 SomeClass annotatedProperty
|
||||||
a java.lang.Deprecated 1
|
a org.jetbrains.annotations.Nullable 1
|
||||||
f 1 SomeClass annotatedProperty
|
f 1 SomeClass annotatedProperty
|
||||||
a org.jetbrains.annotations.Nullable 2
|
m 1 SomeClass getAnnotatedProperty
|
||||||
f 2 SomeClass annotatedProperty
|
m 0 SomeClass annotatedFunction
|
||||||
m 2 SomeClass getAnnotatedProperty
|
f 1 SomeClass arg
|
||||||
m 1 SomeClass annotatedFunction
|
m 1 SomeClass getArg
|
||||||
a kotlin.inline 3
|
m 1 SomeClass component1
|
||||||
m 3 SomeClass annotatedFunction
|
a org.jetbrains.annotations.NotNull 2
|
||||||
f 2 SomeClass arg
|
m 2 SomeClass copy
|
||||||
m 2 SomeClass getArg
|
m 2 SomeClass copy$default
|
||||||
m 2 SomeClass component1
|
|
||||||
a org.jetbrains.annotations.NotNull 4
|
|
||||||
m 4 SomeClass copy
|
|
||||||
m 4 SomeClass copy$default
|
|
||||||
|
|||||||
-2
@@ -5,5 +5,3 @@ f 0 0/SomeClass$someFunction$LocalClass annotatedProperty
|
|||||||
a org.jetbrains.annotations.Nullable 1
|
a org.jetbrains.annotations.Nullable 1
|
||||||
f 1 0/SomeClass$someFunction$LocalClass annotatedProperty
|
f 1 0/SomeClass$someFunction$LocalClass annotatedProperty
|
||||||
m 1 0/SomeClass$someFunction$LocalClass getAnnotatedProperty
|
m 1 0/SomeClass$someFunction$LocalClass getAnnotatedProperty
|
||||||
a kotlin.inline 2
|
|
||||||
m 2 0/SomeClass$someFunction$LocalClass annotatedFunction
|
|
||||||
|
|||||||
-3
@@ -1,7 +1,4 @@
|
|||||||
a kotlin.jvm.JvmStatic 0
|
a kotlin.jvm.JvmStatic 0
|
||||||
p org.test 0
|
p org.test 0
|
||||||
m 0 0/SomeClass$Companion a
|
m 0 0/SomeClass$Companion a
|
||||||
a kotlin.inline 1
|
|
||||||
m 1 0/SomeClass$Companion a
|
|
||||||
m 0 0/SomeClass a
|
m 0 0/SomeClass a
|
||||||
m 1 0/SomeClass a
|
|
||||||
|
|||||||
Reference in New Issue
Block a user