[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:
sebastian.sellmair
2021-08-13 11:52:30 +02:00
committed by Space
parent 1e95717b8d
commit 68e7476765
2 changed files with 61 additions and 7 deletions
@@ -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