Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
box
/
involvesIrInterpreter
/
kt55912.kt
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"
}