val String.okext: String
  get(): String {
    return "OK"
  }

fun String.test5(): String {
  return <this>.<get-okext>()
}
