difftastic/sample_files/nullable_1.kt

4 lines
35 B
Kotlin

class Foo {
val str: String?
}