Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
PrimaryConstructorModifiers_ERR.kt
blob: 65a541c76164c40fffaf328d0c6ad6cf7dd7869b [
file
]
// COMPILATION_ERRORS
open
class
A
open
class
AB
private
{
fun foo
()
{}
}
class
A1
{
}
open
class
B
<
T
:
A
>
private
()
{
}