difftastic/sample_files/nullable_before.kt

4 lines
35 B
Kotlin

class Foo {
val str: String?
}