Files
kotlin-fork/compiler/tests/org/jetbrains/kotlin
Dmitry Petrov 78b69cad77 Support lateinit local vars in redundant null check elimination
Lateinit local vars are guaranteed to be non-null after store.
So we mark such stores as storing non-null value
(could be useful for some other constructs, too),
and optimize null checks accordingly.
2017-08-31 11:28:08 +03:00
..
2017-07-17 11:57:03 +02:00
2017-06-11 18:13:49 +03:00
2017-07-28 01:28:56 +03:00
2017-01-19 09:53:17 +03:00
2017-06-05 10:27:38 +03:00