KT-193: Guard primary constructor modifier list with a lookahead for LPAR
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
open class A
|
||||
|
||||
open class AB private {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
class A1 {
|
||||
|
||||
}
|
||||
|
||||
open class B<T : A> private () {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user