Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
decompiler
/
decompiledTextJvm
/
TestKt
/
Test.kt
blob: e841d262004b773d7f4b969c9b8a0c7468372538 [
file
] [
log
] [
blame
]
package
test
fun f
()
{}
val p
=
3
private
var
i
=
2
fun
Int
.
plus
(
i
:
Int
=
1
)
=
this
+
i
class
ShouldNotBeVisible1
interface
ShouldNotBeVisible2