[JS TESTS] Disable mangler checker in tests
This commit is contained in:
committed by
TeamCityServer
parent
a8d0e60328
commit
09d30c91bf
@@ -1,4 +1,5 @@
|
||||
// KT-4423 Enum with function not compiled
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
|
||||
enum class Sign(val str: String, val func: (x: Int, y: Int) -> Int){
|
||||
plus("+", { x, y -> x + y }),
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
enum class Foo(
|
||||
val x: String,
|
||||
val callback: () -> String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
interface Callback {
|
||||
fun invoke(): String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user