mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
package test
|
|
|
|
public/*package*/ open class B {
|
|
public/*package*/ constructor B(/*0*/ p0: test.B.C!)
|
|
|
|
public/*package*/ trait C {
|
|
}
|
|
}
|
|
|
|
public open class SubclassFromNested : test.B.C {
|
|
public constructor SubclassFromNested()
|
|
} |