Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
firProblems
/
delegatedSetterShouldBeSpecialized.kt
blob: 47899ade0107c58a93e074fb4d5845715dcd5050 [
file
]
// FIR_IDENTICAL
// WITH_REFLECT
var
topLevelInt
:
Int
=
0
class
MyClass
{
var
delegatedToTopLevel
:
Int
by
::
topLevelInt
}