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