[FIR] Add diagnostics for object related problems
This commit is contained in:
+2
-2
@@ -87,9 +87,9 @@ class WithNestedFun<K> {
|
||||
}
|
||||
|
||||
fun <T> local() {
|
||||
fun interface LocalFun {
|
||||
<!LOCAL_INTERFACE_NOT_ALLOWED!>fun interface LocalFun {
|
||||
fun invoke(element: T)
|
||||
}
|
||||
}<!>
|
||||
}
|
||||
|
||||
fun interface WithDefaultValue {
|
||||
|
||||
Reference in New Issue
Block a user