JVM_IR KT-43519 no delegates for external funs in multifile facades
Also add ABI tests for @JvmStatic/JvmOverloads + 'external'.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// WITH_RUNTIME
|
||||
// JVM_TARGET: 1.8
|
||||
|
||||
object TestObject {
|
||||
@JvmStatic
|
||||
external fun foo()
|
||||
}
|
||||
|
||||
class TestClassCompanion {
|
||||
companion object {
|
||||
@JvmStatic
|
||||
external fun foo()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user