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