blob: 00bafd04c5064bd0853822af7581047f155d882d [file]
// Test
class Test(val a: String) {
companion object {
val a = 42
}
}