3a8ad45dec
Reverts and fixes 102f0d3
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
package test
|
|
|
|
public final class ClassWithConstVal {
|
|
public constructor ClassWithConstVal()
|
|
public final val f: kotlin.Int = 1
|
|
public final val f2: kotlin.Int = 1
|
|
}
|