ec9370c30b
- Keep the test data under "native/native.tests/testData/klib/" dir - Rename tests from "klib ir" to "klib dump-ir"
8 lines
88 B
Kotlin
Vendored
8 lines
88 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package test
|
|
|
|
class A {
|
|
var x: Int = 5
|
|
final val y: Int = 10
|
|
}
|