Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
847a2ced07911ac5a943ed41390d054d0e81aa1f
/
.
/
compiler
/
testData
/
codegen
/
box
/
evaluate
/
enumWithDifferentFileOrder.kt
blob: c2302e136ac72ffd406730c41e6729e74ea56a62 [
file
]
// IGNORE_BACKEND_K2_MULTI_MODULE: JS_IR, WASM_JS
// ^^^ These tests create modules that break FIR dump
// FILE: main.kt
fun box
()
=
Base1
.
OK
.
name
// FILE: lib.kt
enum
class
Base1
{
OK
}