JS: Avoid declaration skeleton body generation in case of external class or object
This commit is contained in:
committed by
Dmitry Jemerov
parent
15e392bbd1
commit
46ce9a6946
+10
@@ -0,0 +1,10 @@
|
||||
// "Create member function 'A.foo'" "true"
|
||||
// JS
|
||||
|
||||
external object A {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
fun test() {
|
||||
A.foo()
|
||||
}
|
||||
Reference in New Issue
Block a user