[K2] isUsedAsExpression analysis

This commit is contained in:
Kristoffer Andersen
2022-08-01 17:46:54 +02:00
committed by teamcity
parent d9701c71b7
commit f765457e51
673 changed files with 11862 additions and 10 deletions
@@ -0,0 +1,9 @@
fun test() {
val x = <expr>try {
4
} catch (e: Exception) {
5
} finally {
9
}</expr>
}