Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
analysis
/
analysis-api-standalone
/
testData
/
sessionBuilder
/
lightClasses
/
main.kt
blob: 312e2b0ed0fcad501da52d1a341ac3f82dec02b7 [
file
]
package
org
.
test
class
KotlinClass
{
fun foo
(
n
:
Int
):
String
{
return
n
.
toString
()
}
}
fun foo
()
{
KotlinClass
().
foo
()
}