Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
compiler
/
testData
/
codegen
/
script
/
kt48025.kts
blob: a718a4da9585900f96f4da215a17d3dbde7c8dd4 [
file
]
val p
=
0
class
ReducedFraction
()
{
fun plus1
()
=
reducedFractionOf
(
p
)
val y
=
1
}
fun reducedFractionOf
(
a
:
Int
)
{
}
val c
=
ReducedFraction
()
val x
=
c
.
y
// expected: x: 1