Files
kotlin-fork/compiler/testData/asJava/nullabilityAnnotations/ClassWithConstructor.kt
T

4 lines
80 B
Kotlin

class ClassWithConstructor(
nullable: String?,
notNull: String
)