[LC] rename lightClasses/lightClasses to lightClasses/lightClassByFqName
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
// A
|
||||
class A {
|
||||
fun f(i: Int, s: Double) {}
|
||||
fun f(i: Int, s: Double) {}
|
||||
|
||||
|
||||
fun g(i: Int, s: Double): Int {}
|
||||
fun g(s: Int, i: Double): String {}
|
||||
|
||||
private val i: Int = { 0 }()
|
||||
private val i: String = { "" }()
|
||||
|
||||
private val j: String = { "a" }()
|
||||
private val j: String = { "b" }()
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
Reference in New Issue
Block a user