blob: 427aaa18929ffacb7bc26cd14db4c6281162e125 [file]
public annotation class Entity(val foreignKeys: Array<String>)
@Entity(foreignKeys = kotlin.arrayOf(<!EVALUATED("id")!>"id"<!>)) // works without "kotlin."
class Record
fun box(): String {
return "OK"
}