Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
interpreter
/
jvm
/
kProperty2.kt
blob: d8abfe6d59314e8c9cfcf6a59b2c02433e3540b0 [
file
] [
log
] [
blame
]
package
test
import
kotlin
.
collections
.*
@CompileTimeCalculation
class
A
(
val a
:
Int
)
{
val
String
.
size
:
Int
get
()
=
this
.
length
*
a
}
const
val kproperty2Get
=
<!
EVALUATED
:
`6`
!>
A
::
class
.
members
.
toList
()[
1
].
call
(
A
(
2
),
"123"
).
toString
()<!>