[K2] isUsedAsExpression analysis
This commit is contained in:
committed by
teamcity
parent
d9701c71b7
commit
f765457e51
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
fun test(b: Boolean): Int {
|
||||
val n: Int = <expr>b</expr>.hashCode()
|
||||
return n * 2
|
||||
}
|
||||
Reference in New Issue
Block a user