Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
3d3ef80feae9fc7b6e2dfea89a0d542393872d1a
/
.
/
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