Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
plugins
/
uast-kotlin
/
testData
/
QualifiedConstructorCall.kt
blob: 362a4f3e308b6e11f62837d55e63cfc5109b81ca [
file
] [
log
] [
blame
]
package
A
.
B
.
C
internal
class
Foo
internal
class
Bar
{
fun getFoo
():
Foo
{
return
A
.
B
.
C
.
Foo
()
}
}