ddb7b54eee
KT-3620 Fixed
8 lines
151 B
Kotlin
8 lines
151 B
Kotlin
import js.Json
|
|
|
|
fun main(args: Array<String>) {
|
|
val a: Json? = null
|
|
}
|
|
|
|
// For KT-3620 Don't auto-import js.* and remove in `optimize imports`
|
|
// JS |