compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package test
|
||||
|
||||
trait A {
|
||||
interface A {
|
||||
public val c: String
|
||||
get() = "OK"
|
||||
}
|
||||
|
||||
trait B {
|
||||
interface B {
|
||||
protected val c: String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user