File tree Expand file tree Collapse file tree 4 files changed +0
-17
lines changed
java/ql/test/kotlin/library-tests Expand file tree Collapse file tree 4 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,3 @@ class X {
16
16
annotation class Ann (
17
17
val p : Int ,
18
18
@get:JvmName("w") val q : Int )
19
-
20
- // Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="changeY")
21
- // Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="getX_prop")
22
- // Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="method")
23
- // Diagnostic Matches: Incomplete annotation: @kotlin.jvm.JvmName(name="y")
24
- // Diagnostic Matches: Unknown location for kotlin.jvm.JvmName
Original file line number Diff line number Diff line change @@ -110,6 +110,3 @@ public class TakesArrayList {
110
110
fun inInArrayComparableAny (c : Comparable <Array <in Array <in Any >>>) { }
111
111
112
112
}
113
-
114
- // Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
115
- // Diagnostic Matches: Unknown location for org.jetbrains.annotations.NotNull
Original file line number Diff line number Diff line change @@ -30,6 +30,3 @@ fun foo() {
30
30
fun String.baz (p1 : String ): String { return " Baz" }
31
31
" someString" .baz(" bazParam" )
32
32
}
33
-
34
- // Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.NotNull
35
- // Diagnostic Matches: Unknown location for org.jetbrains.annotations.NotNull
Original file line number Diff line number Diff line change @@ -4,8 +4,3 @@ public class A {
4
4
fun <T > genericFunctionWithOverloads (x : T ? = null, y : List <T >? = null, z : T ? = null): T ? = z
5
5
6
6
}
7
-
8
- // Diagnostic Matches: Completion failure for type: kotlin.jvm.JvmOverloads
9
- // Diagnostic Matches: Completion failure for type: org.jetbrains.annotations.Nullable
10
- // Diagnostic Matches: Unknown location for kotlin.jvm.JvmOverloads
11
- // Diagnostic Matches: Unknown location for org.jetbrains.annotations.Nullable
You can’t perform that action at this time.
0 commit comments