[Wasm] PL tests implementation for Wasm target
Fixed #KT-58088
This commit is contained in:
committed by
Space Team
parent
6b66195afc
commit
7c16528560
@@ -0,0 +1,9 @@
|
||||
abstract external class AbstractExternalClass {
|
||||
abstract fun abstractFunction(): String
|
||||
abstract fun removedAbstractFunction(): String
|
||||
// abstract fun addedAbstractFunction(): String
|
||||
|
||||
fun function(): String
|
||||
fun removedFunction(): String
|
||||
// fun addedFunction(): String
|
||||
}
|
||||
Reference in New Issue
Block a user