[PSI2FIR] add test on primary constructor without constructor keyword
^KT-64900
This commit is contained in:
committed by
Space Team
parent
2c0cf9cad8
commit
e60a436068
+4
@@ -0,0 +1,4 @@
|
||||
// IGNORE_TREE_ACCESS: KT-64900
|
||||
class Foo private () {
|
||||
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
FILE: primaryConstructorWithoutConstructorKeyword.kt
|
||||
public final? class Foo : R|kotlin/Any| {
|
||||
private error_constructor(): R|Foo| {
|
||||
LAZY_super<R|kotlin/Any|>
|
||||
}
|
||||
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
FILE: primaryConstructorWithoutConstructorKeyword.kt
|
||||
public final? class Foo : R|kotlin/Any| {
|
||||
private [ContainingClassKey=Foo] error_constructor(): R|Foo| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user