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