Do not propose to specify constructor invocation in diagnostics

#KT-17188 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2017-06-22 01:51:55 +03:00
parent 0f350f5db8
commit 0579604653
5 changed files with 5 additions and 5 deletions
@@ -1,5 +1,5 @@
// "Import" "true"
// ERROR: Please specify constructor invocation; classifier 'ArrayList' does not have a companion object
// ERROR: Classifier 'ArrayList' does not have a companion object, and thus must be initialized here
// KT-4000