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