Pseudocode: Do not regenerate receiver values
This commit is contained in:
@@ -4,5 +4,5 @@ fun bar(): Nothing = throw Exception()
|
||||
|
||||
fun foo() {
|
||||
null!!.doSomething()
|
||||
bar().doSomething
|
||||
bar().doSomething()
|
||||
}
|
||||
Reference in New Issue
Block a user