Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
resolve
/
kt304.resolve
blob: 3497531e31fcce403d55d67cdeda0a7ce645f88b [
file
]
open
class
Foo
()
:
`Bar`
Bar
()
{
}
~
Bar
~
open
class
Bar
<
T
>()
{
}