Skip to content

Commit 465efe0

Browse files
committed
Fixed test data to conform to recent format changes
1 parent 3771d48 commit 465efe0

File tree

1 file changed

+4
-1
lines changed
  • src/test/resources/merge/explicitWasmTargets

1 file changed

+4
-1
lines changed

src/test/resources/merge/explicitWasmTargets/merged.abi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
// Library unique name: <org.example:bcv-klib-test>
99
final class org.example/ShardedClass { // org.example/ShardedClass|null[0]
1010
constructor <init>(kotlin/Int) // org.example/ShardedClass.<init>|<init>(kotlin.Int){}[0]
11-
final fun add(kotlin/Int): kotlin/Int // org.example/ShardedClass.add|add(kotlin.Int){}[0]
11+
1212
final val value // org.example/ShardedClass.value|{}value[0]
1313
final fun <get-value>(): kotlin/Int // org.example/ShardedClass.value.<get-value>|<get-value>(){}[0]
14+
15+
final fun add(kotlin/Int): kotlin/Int // org.example/ShardedClass.add|add(kotlin.Int){}[0]
1416
}
17+
1518
final fun org.example/ShardedClass(kotlin/Int, kotlin/Float, kotlin/Long): org.example/ShardedClass // org.example/ShardedClass|ShardedClass(kotlin.Int;kotlin.Float;kotlin.Long){}[0]

0 commit comments

Comments
 (0)