mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
namespace test
|
|
|
|
open class test.NotNullParameter : jet.Any {
|
|
final /*constructor*/ fun <init>(): test.NotNullParameter
|
|
open fun hi(/*0*/ p0: jet.String): jet.Tuple0
|
|
}
|