blob: 890039b0432678747a5df330b58eef28ccb8745b [file] [log] [blame]
package test
abstract class ClassValAbstract {
abstract val a: Int
}