Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
compiler
/
testData
/
codegen
/
box
/
evaluate
/
kt55912.kt
blob: 8ed3a80ffcbd18e12d02c06d224466826a9de4a1 [
file
]
public
annotation
class
Entity
(
val foreignKeys
:
Array
<
String
>)
@Entity
(
foreignKeys
=
kotlin
.
arrayOf
(
"id"
))
// works without "kotlin."
class
Record
fun box
():
String
{
return
"OK"
}