IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "Change function signature to 'fun f(a: Int)'" "true"
|
||||
trait A {
|
||||
interface A {
|
||||
fun f(a: Int)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user