KT-12877: fix code formatting in tests
This commit is contained in:
committed by
Alexey Andreev
parent
d63a727474
commit
d1820b42ef
+4
-2
@@ -4,13 +4,15 @@ package foo
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@JsModule("A") @native object A {
|
||||
@JsModule("A")
|
||||
@native object A {
|
||||
fun f(): Int
|
||||
|
||||
val g: Int
|
||||
}
|
||||
|
||||
@JsNonModule @native open class B {
|
||||
@JsNonModule
|
||||
@native open class B {
|
||||
fun foo(): Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user