Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
analysis
/
analysis-api
/
testData
/
scopes
/
fileScopeTest
/
simpleFileScope.kt
blob: 0a9c291a6a4b9007a3c578015f8a3fbabbaba97c [
file
]
fun test
():
Int
=
3
val testVal
:
Int
=
2
class
C
{
fun r
()
{
}
}
interface
I