Update test affected by SafeCallsAreAlwaysNullable feature
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -SafeCallsAreAlwaysNullable
|
||||
// See KT-10913 Bogus unreachable code warning
|
||||
|
||||
fun fn() : String? = null
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -SafeCallsAreAlwaysNullable
|
||||
// See KT-10913 Bogus unreachable code warning
|
||||
|
||||
fun fn() : String? = null
|
||||
|
||||
Reference in New Issue
Block a user