[LC] rename lightClasses/lightClasses to lightClasses/lightClassByFqName
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// A
|
||||
class A {
|
||||
fun foo(p1: P?, p2: P?) {}
|
||||
fun foo(listener: suspend RS.(P?, P?) -> Unit) {}
|
||||
}
|
||||
|
||||
interface P
|
||||
interface RS
|
||||
|
||||
// WITH_STDLIB
|
||||
// FIR_COMPARISON
|
||||
Reference in New Issue
Block a user