Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
compiler
/
testData
/
cli
/
jvm
/
firError.kt
blob: 0f69e68b9d829f1eafcb51fb65d6bf263f3dd289 [
file
]
fun println
(
val x
:
Int
)
{}
fun main
()
{
val x
:
Int
println
(
x
)
}
private
class
Private
class
Public
:
Private
()
{
val x
:
Private
}