Update test affected by SafeCallsAreAlwaysNullable feature
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ object Test {
|
||||
val a = "OK"
|
||||
}
|
||||
|
||||
fun box(): String = Test?.a
|
||||
fun box(): String? = Test?.a
|
||||
|
||||
Reference in New Issue
Block a user