Test for nullability annotations generalized and generated
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// ClassWithConstructorAndProperties
|
||||
|
||||
class ClassWithConstructorAndProperties(
|
||||
val nullable: String?,
|
||||
val notNull: String
|
||||
)
|
||||
Reference in New Issue
Block a user