mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
trait Tr {
|
||||
interface Tr {
|
||||
fun foo(): String
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import fieldAccessFromExtensionInTraitImpl as D
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
fun Int.foo(d: D) = d.result!!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user