compiler testdata: s/trait/interface
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import org.jetbrains.annotations.NotNull
|
||||
import org.jetbrains.annotations.Nullable
|
||||
|
||||
trait Trait {
|
||||
interface Trait {
|
||||
fun notNull(a: String): String
|
||||
fun nullable(a: String?): String?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user