[Commonizer] ClassSuperTypeCommonizer: Don't find consumed TypeNodes
This commit will also add some simple documentation to this class and its implementation. ^KT-47430
This commit is contained in:
committed by
Space
parent
1e95717b8d
commit
68e7476765
Vendored
+1
-1
@@ -8,7 +8,7 @@ expect abstract class A2() : A1 {
|
||||
abstract fun function2(): Int
|
||||
}
|
||||
|
||||
expect class A3() : A2, A1 {
|
||||
expect class A3() : A2 {
|
||||
override val property1: Int
|
||||
override val property2: Int
|
||||
val property3: Int
|
||||
|
||||
Reference in New Issue
Block a user