[K2] isUsedAsExpression analysis
This commit is contained in:
committed by
teamcity
parent
d9701c71b7
commit
f765457e51
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
fun println(x: Boolean) {}
|
||||
|
||||
fun test(b: Boolean): Int {
|
||||
println(<expr>b</expr>)
|
||||
return 54
|
||||
}
|
||||
Reference in New Issue
Block a user