Pseudocode: Do not regenerate receiver values

This commit is contained in:
Alexey Sedunov
2014-07-23 15:03:21 +04:00
parent 77bbf8f73b
commit d008cb8c21
6 changed files with 42 additions and 44 deletions
@@ -4,5 +4,5 @@ fun bar(): Nothing = throw Exception()
fun foo() {
null!!.doSomething()
bar().doSomething
bar().doSomething()
}