"Constructor has non-null self reference parameter": don't report for vararg parameter
#KT-36160 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
f3f88cae7a
commit
3ebad2acec
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
class Foo(vararg children: Foo<caret>)
|
||||
|
||||
fun test() {
|
||||
Foo()
|
||||
}
|
||||
Reference in New Issue
Block a user