IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetClass
|
||||
// OPTIONS: functionUsages
|
||||
trait X {
|
||||
interface X {
|
||||
val a: String
|
||||
get() {
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user