[LC] move light class related tests to one directory
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Bar(val a: Int) {
|
||||
val b: Int = { 0 }()
|
||||
|
||||
fun getAPlusB() = a + b
|
||||
|
||||
class Baz {
|
||||
fun doSomething() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user