mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
compiler testdata: s/trait/interface
This commit is contained in:
@@ -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