mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
10 lines
186 B
Plaintext
Vendored
10 lines
186 B
Plaintext
Vendored
package test
|
|
|
|
public final class Impossible</*0*/ P> {
|
|
public constructor Impossible</*0*/ P>()
|
|
}
|
|
|
|
public/*package*/ open class Simple {
|
|
public/*package*/ constructor Simple()
|
|
}
|