Report some actual declaration problems on declaration name
Related to KT-20398
This commit is contained in:
+1
-1
@@ -10,5 +10,5 @@ expect class Foo {
|
||||
// FILE: jvm.kt
|
||||
|
||||
actual class Foo {
|
||||
<!ACTUAL_MISSING!>fun bar(): String<!> = "bar"
|
||||
fun <!ACTUAL_MISSING!>bar<!>(): String = "bar"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user