33e6a85a2d
We exclude testData pattern from copyright scope
8 lines
102 B
Kotlin
Vendored
8 lines
102 B
Kotlin
Vendored
package test
|
|
|
|
open class Base {
|
|
class Nested
|
|
}
|
|
|
|
context(<expr>Base</expr>)
|
|
class Child : Base() {} |