b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
12 lines
125 B
Kotlin
Vendored
12 lines
125 B
Kotlin
Vendored
@JavaAnn
|
|
fun test1() {
|
|
}
|
|
|
|
@JavaAnn(value = "abc", i = 123)
|
|
fun test2() {
|
|
}
|
|
|
|
@JavaAnn(value = "abc", i = 123)
|
|
fun test3() {
|
|
}
|