You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/unstableEnhancedNullability.fir.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ class C {
18
18
r() <!USELESS_CAST!>asString<!>
19
19
for (p inP.f()) {
20
20
// Should be @NonNull String
21
-
<!DEBUG_INFO_EXPRESSION_TYPE("@NonNull() kotlin.String")!>p<!>.length // <------ null check or not?
21
+
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.String")!>p<!>.length // <------ null check or not?
Copy file name to clipboardExpand all lines: compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/unstableEnhancedNullability.fir.txt
ARG <this>: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
186
-
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<kotlin.String> origin=null
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<@[EnhancedNullability] @[NotNull(value = <null>)] kotlin.String> origin=null
ARG <this>: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
194
-
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<kotlin.String> origin=null
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<@[EnhancedNullability] @[NotNull(value = <null>)] kotlin.String> origin=null
ARG <this>: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
202
-
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<kotlin.String> origin=null
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<@[EnhancedNullability] @[NotNull(value = <null>)] kotlin.String> origin=null
ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
210
-
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<kotlin.String> origin=null
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<@[EnhancedNullability] @[NotNull(value = <null>)] kotlin.String> origin=null
ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
218
-
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<kotlin.String> origin=null
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<@[EnhancedNullability] @[NotNull(value = <null>)] kotlin.String> origin=null
CALL 'public open fun toSet (elements: @[FlexibleNullability] @[FlexibleMutability] kotlin.collections.MutableCollection<@[EnhancedNullability] kotlin.String>?): @[FlexibleNullability] @[FlexibleMutability] kotlin.collections.MutableSet<@[EnhancedNullability] kotlin.String>? declared in <root>.F' type=@[FlexibleNullability] @[FlexibleMutability] kotlin.collections.MutableSet<@[EnhancedNullability] kotlin.String>? origin=null
225
225
ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
226
-
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<kotlin.String> origin=null
ARG elements: CALL 'public final fun mutableListOf <T> (vararg elements: T of kotlin.collections.mutableListOf): kotlin.collections.MutableList<T of kotlin.collections.mutableListOf> declared in kotlin.collections' type=kotlin.collections.MutableList<@[EnhancedNullability] kotlin.String> origin=null
0 commit comments