Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
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
}