Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
psi
/
PrimaryConstructorModifiers_ERR.kt
blob: d24a9e56ab5b69cab167fbe147c32ea67982ced1 [
file
] [
log
] [
blame
]
open
class
A
open
class
AB
private
{
fun foo
()
{}
}
class
A1
{
}
open
class
B
<
T
:
A
>
private
()
{
}