Files
kotlin/compiler/testData/asJava/lightClasses/nullabilityAnnotations/ClassWithConstructorAndProperties.kt
2021-04-20 15:21:12 +02:00

8 lines
158 B
Kotlin
Vendored

// ClassWithConstructorAndProperties
class ClassWithConstructorAndProperties(
val nullable: String?,
val notNull: String
)
// FIR_COMPARISON