[Parser] Do not support local contextual declarations
This commit is contained in:
committed by
teamcity
parent
4fd61ad1b0
commit
4d3035e2f7
+6
@@ -0,0 +1,6 @@
|
||||
class Context(val project: Any?)
|
||||
|
||||
fun calculateResult(context: Context?) {
|
||||
context!!
|
||||
val project = <!DEBUG_INFO_SMARTCAST!>context<!>.project!!
|
||||
}
|
||||
Reference in New Issue
Block a user