[FIR] Don't store class functions in local scope
This commit is contained in:
+2
-2
@@ -71,7 +71,7 @@ FILE: first.kt
|
||||
private final fun bar(): R|kotlin/Unit|
|
||||
|
||||
public[local] final fun baz(): R|kotlin/Unit| {
|
||||
R|/Local.bar|()
|
||||
this@R|/Local|.R|/Local.bar|()
|
||||
this@R|/Local|.R|/Local.Inner.Inner|()
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ FILE: first.kt
|
||||
}
|
||||
|
||||
public[local] final fun foo(): R|kotlin/Unit| {
|
||||
R|/Local.bar|()
|
||||
this@R|/Local|.R|/Local.bar|()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user