Update test affected by SafeCallsAreAlwaysNullable feature
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ fun test(s: String) = s?.length
|
||||
// 0 IFNULL
|
||||
// 0 IFNONNULL
|
||||
// 0 intValue
|
||||
// 0 valueOf
|
||||
// 1 valueOf
|
||||
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
// !API_VERSION: LATEST_STABLE
|
||||
|
||||
// !LANGUAGE: -SafeCallsAreAlwaysNullable
|
||||
fun test(s: String) = s?.length
|
||||
|
||||
// 0 IFNULL
|
||||
|
||||
Reference in New Issue
Block a user