Fix CCE in constructNestedClassReferenceIdentifier J2K
#KT-17712 fixed
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
internal open class Base(nested: Base.Nested) {
|
||||
internal open class Base(nested: Nested) {
|
||||
|
||||
internal class Nested(p: Int) {
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user