[LC] move scripts to lightClassByPsi
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// IGNORE_FIR
|
||||
// KT-55626
|
||||
class Bar(val a: Int) {
|
||||
val b: Int = { 0 }()
|
||||
|
||||
fun getAPlusB() = a + b
|
||||
|
||||
class Baz {
|
||||
fun doSomething() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user