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