K2 IC: fix classifiers lookups
in particular nested classifiers and companions. #KTIJ-24833 fixed #KTIJ-24830 fixed #KT-55195 fixed
This commit is contained in:
committed by
Space Team
parent
a823bfd600
commit
39b05a0a1c
+9
@@ -0,0 +1,9 @@
|
||||
/*p:<root>*/class MainClass {
|
||||
companion object Name {
|
||||
fun f() {
|
||||
|
||||
}
|
||||
|
||||
class T
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user