Fix testData
This commit is contained in:
@@ -2,6 +2,4 @@ fun foo() {
|
||||
assert(1 == 1) { "Hahaha" }
|
||||
}
|
||||
|
||||
// 0 INVOKESTATIC kotlin\/KotlinPackage\.getASSERTIONS_ENABLED
|
||||
// 1 INVOKESTATIC kotlin\/PreconditionsKt\.getASSERTIONS_ENABLED
|
||||
// 0 INVOKESTATIC kotlin\/PreconditionsKt__.+\.getASSERTIONS_ENABLED
|
||||
// 1 GETSTATIC kotlin\/_Assertions\.ENABLED
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
fun print(v: Any?) {}
|
||||
|
||||
fun foo() {
|
||||
val array = intArrayOf(1,2,3)
|
||||
|
||||
Reference in New Issue
Block a user