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