blob: 8ce94123cf17b0fc04a5656b35d7ed1b3b0f5532 [file] [log] [blame]
// KT-2228
package test
interface A {
val v: String
get() = "test"
}