FIR checker: introduce top-level function checker
This commit is contained in:
committed by
Mikhail Glukhikh
parent
df68f319bc
commit
9341ca3004
+2
-1
@@ -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|>()
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@ class L {
|
||||
fun B.foo() {}
|
||||
}
|
||||
|
||||
fun mest()
|
||||
fun mest() {}
|
||||
|
||||
class mest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user