inlined 'getType' method without 'DataFlowInfo' parameter

This commit is contained in:
Svetlana Isakova
2012-06-07 19:42:37 +04:00
parent ec5aed82af
commit 9e0e0e92df
5 changed files with 18 additions and 13 deletions
@@ -0,0 +1,10 @@
package a
fun foo() {
val i : Int? = 42
if (i != null) {
<!UNRESOLVED_REFERENCE!>doSmth<!> {
val <!UNUSED_VARIABLE!>x<!> = i + 1
}
}
}