KT-12877: fix code formatting in tests

This commit is contained in:
Alexey Andreev
2016-11-21 14:29:31 +03:00
committed by Alexey Andreev
parent d63a727474
commit d1820b42ef
7 changed files with 48 additions and 24 deletions
@@ -4,17 +4,20 @@ package foo
import kotlin.js.*
@JsModule("A") @native object A {
@JsModule("A")
@native object A {
fun f(): Int
val g: Int
}
@JsModule("B") @native open class B {
@JsModule("B")
@native open class B {
fun foo(): Int
}
@JsModule("bar") @native fun bar(): Unit
@JsModule("bar")
@native fun bar(): Unit
// MODULE: m2(m1)
// FILE: b.kt