mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
namespace test
|
|
|
|
public open class test.AddingNullability : java.lang.Object {
|
|
public final /*constructor*/ fun <init>(): test.AddingNullability
|
|
public open fun foo(): jet.Int
|
|
}
|