blob: b0903af2fb5015513a5d2c72dde55c80b07c4843 [file] [log] [blame]
package test
interface I {
val value: String?
}