blob: 42325b99188636dc805f619246ff215226e00da1 [file] [log] [blame]
// KT-2228
package test
interface A {
fun f(): String = "test"
}