Generate not-null assertions on extension receiver parameters
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun Any.foo() { }
|
||||
|
||||
val Any.bar: String get() = ""
|
||||
|
||||
fun box(): String {
|
||||
return Test.invokeFoo()
|
||||
}
|
||||
Reference in New Issue
Block a user