Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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"
}