File tree Expand file tree Collapse file tree 13 files changed +0
-27
lines changed
java/ql/test/kotlin/library-tests
internal-constructor-called-from-java Expand file tree Collapse file tree 13 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 11
22annotation class SomeAnnotation
33
4- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
5- // Diagnostic Matches: Unknown location for kotlin.Metadata
Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ annotation class Ann(
1717 val p : Int ,
1818 @get:JvmName("w") val q : Int )
1919
20- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
2120// Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="changeY")
2221// Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="getX_prop")
2322// Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="method")
2423// Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="y")
25- // Diagnostic Matches: Unknown location for kotlin.Metadata
2624// Diagnostic Matches: Unknown location for kotlin.jvm.JvmName
Original file line number Diff line number Diff line change @@ -111,7 +111,5 @@ public class TakesArrayList {
111111
112112}
113113
114- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
115- // Diagnostic Matches: Unknown location for kotlin.Metadata
116114// Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
117115// Diagnostic Matches: Unknown location for org.jetbrains.annotations.NotNull
Original file line number Diff line number Diff line change @@ -32,6 +32,4 @@ fun foo() {
3232}
3333
3434// Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
35- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
36- // Diagnostic Matches: Unknown location for kotlin.Metadata
3735// Diagnostic Matches: Unknown location for org.jetbrains.annotations.NotNull
Original file line number Diff line number Diff line change @@ -10,5 +10,3 @@ class B<T> {
1010 }
1111}
1212
13- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
14- // Diagnostic Matches: Unknown location for kotlin.Metadata
Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ public class Test() {
44
55}
66
7- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
8- // Diagnostic Matches: Unknown location for kotlin.Metadata
Original file line number Diff line number Diff line change @@ -11,5 +11,3 @@ public class Test {
1111
1212}
1313
14- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
15- // Diagnostic Matches: Unknown location for kotlin.Metadata
Original file line number Diff line number Diff line change @@ -16,7 +16,5 @@ class Dkotlin : Base() {
1616
1717// Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
1818// Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.Nullable
19- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
20- // Diagnostic Matches: Unknown location for kotlin.Metadata
2119// Diagnostic Matches: Unknown location for org.jetbrains.annotations.NotNull
2220// Diagnostic Matches: Unknown location for org.jetbrains.annotations.Nullable
Original file line number Diff line number Diff line change @@ -3,5 +3,3 @@ public class Kotlin {
33 }
44}
55
6- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
7- // Diagnostic Matches: Unknown location for kotlin.Metadata
Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ public class TestDefaultParameterReference {
8686
8787}
8888
89- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
90- // Diagnostic Matches: Unknown location for kotlin.Metadata
9189// Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
9290// Diagnostic Matches: Unknown location for org.jetbrains.annotations.NotNull
9391// Diagnostic Matches: Completion failure for type: kotlin.jvm.JvmOverloads
You can’t perform that action at this time.
0 commit comments