[LL FIR] introduce lazy resolution tests for fake overrides

^KT-64243
This commit is contained in:
Dmitrii Gridin
2023-12-12 17:38:38 +01:00
committed by Space Team
parent 6ffa8e6e98
commit b6f0571f0b
118 changed files with 3744 additions and 0 deletions
@@ -0,0 +1,6 @@
package lowlevel
class TopL<caret>evelClass {
fun function(i: Int) = i
val property = function(1)
}