c7d7d903cd
Only the WithoutJavac version for now, because the other one ignores javac errors.
9 lines
123 B
Kotlin
Vendored
9 lines
123 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
package test
|
|
|
|
class KotlinClass {
|
|
companion object {
|
|
const val FOO: Int = 10
|
|
}
|
|
}
|