IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// EXTRACTION_TARGET: property with getter
|
||||
trait T {
|
||||
interface T {
|
||||
val i: Int
|
||||
get() = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user