[LL FIR] introduce lazy resolution tests for fake overrides
^KT-64243
This commit is contained in:
committed by
Space Team
parent
6ffa8e6e98
commit
b6f0571f0b
+6
@@ -0,0 +1,6 @@
|
||||
package lowlevel
|
||||
|
||||
class TopL<caret>evelClass {
|
||||
fun function(i: Int) = i
|
||||
val property = function(1)
|
||||
}
|
||||
Reference in New Issue
Block a user