FIR checker: introduce top-level function checker

This commit is contained in:
Jinseong Jeon
2021-01-19 15:09:00 -08:00
committed by Mikhail Glukhikh
parent df68f319bc
commit 9341ca3004
15 changed files with 59 additions and 11 deletions
@@ -111,7 +111,8 @@ FILE: conflictingOverloads.kt
}
}
public final fun mest(): R|kotlin/Unit|
public final fun mest(): R|kotlin/Unit| {
}
public final class mest : R|kotlin/Any| {
public constructor(): R|mest| {
super<R|kotlin/Any|>()
@@ -59,7 +59,7 @@ class L {
fun B.foo() {}
}
fun mest()
fun mest() {}
class mest