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 1
1
2
2
annotation class SomeAnnotation
3
3
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(
17
17
val p : Int ,
18
18
@get:JvmName("w") val q : Int )
19
19
20
- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
21
20
// Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="changeY")
22
21
// Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="getX_prop")
23
22
// Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="method")
24
23
// Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="y")
25
- // Diagnostic Matches: Unknown location for kotlin.Metadata
26
24
// 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 {
111
111
112
112
}
113
113
114
- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
115
- // Diagnostic Matches: Unknown location for kotlin.Metadata
116
114
// Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
117
115
// 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() {
32
32
}
33
33
34
34
// 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
37
35
// 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> {
10
10
}
11
11
}
12
12
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() {
4
4
5
5
}
6
6
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 {
11
11
12
12
}
13
13
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() {
16
16
17
17
// Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
18
18
// 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
21
19
// Diagnostic Matches: Unknown location for org.jetbrains.annotations.NotNull
22
20
// 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 {
3
3
}
4
4
}
5
5
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 {
86
86
87
87
}
88
88
89
- // Diagnostic Matches: Incomplete annotation: @kotlin.Metadata(%)
90
- // Diagnostic Matches: Unknown location for kotlin.Metadata
91
89
// Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
92
90
// Diagnostic Matches: Unknown location for org.jetbrains.annotations.NotNull
93
91
// Diagnostic Matches: Completion failure for type: kotlin.jvm.JvmOverloads
You can’t perform that action at this time.
0 commit comments