inlined 'getType' method without 'DataFlowInfo' parameter
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package a
|
||||
|
||||
fun foo() {
|
||||
val i : Int? = 42
|
||||
if (i != null) {
|
||||
<!UNRESOLVED_REFERENCE!>doSmth<!> {
|
||||
val <!UNUSED_VARIABLE!>x<!> = i + 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user