mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
10 lines
167 B
Kotlin
Vendored
10 lines
167 B
Kotlin
Vendored
// "Implement interface" "true"
|
|
// WITH_RUNTIME
|
|
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
|
|
|
interface <caret>Base {
|
|
fun foo(x: Int): Int
|
|
|
|
fun bar(y: String) = y
|
|
}
|