Introduce FIR resolution API with lazy resolve to use in IDE
Now lazy resolve atomic element is a file (declaration-level resolve) or a callable declaration (expression-level resolve) #KT-24351 In Progress
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FILE: callMe.kt
|
||||
public final fun callMe(): R|kotlin/Int| {
|
||||
^callMe Int(42)
|
||||
}
|
||||
public final fun other(): R|kotlin/Unit| {
|
||||
lval x: <implicit> = Int(1)
|
||||
}
|
||||
Reference in New Issue
Block a user