[K2] isUsedAsExpression analysis
This commit is contained in:
committed by
teamcity
parent
d9701c71b7
commit
f765457e51
+9
@@ -0,0 +1,9 @@
|
||||
fun test() {
|
||||
<expr>try {
|
||||
4
|
||||
} catch (e: Exception) {
|
||||
5
|
||||
} finally {
|
||||
9
|
||||
}</expr>
|
||||
}
|
||||
Reference in New Issue
Block a user