Report error on native declaration with a body
This commit is contained in:
@@ -3,7 +3,7 @@ package foo
|
||||
import kotlin.jvm.*
|
||||
|
||||
class WithNative {
|
||||
native fun foo() {}
|
||||
native fun foo()
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user