08727bf0be
As the on-air analysis is obsolete, related tests are going to be deleted. Here we add cases not yet covered by 'ContextCollector' tests.
9 lines
128 B
Kotlin
Vendored
9 lines
128 B
Kotlin
Vendored
package test
|
|
|
|
open class Base(i: Int)
|
|
|
|
val property = 10
|
|
|
|
class Child : Base {
|
|
constructor(): super(<expr>property</expr>)
|
|
} |