K2/tests: add scope dumping for tests related to KT-64846

This commit is contained in:
Mikhail Glukhikh
2024-01-17 17:27:15 +01:00
committed by Space Team
parent d0c78e5116
commit 005cda1f6e
6 changed files with 17 additions and 0 deletions
@@ -1,4 +1,5 @@
// !DIAGNOSTICS: -UNUSED_PARAMETER -UNUSED_VARIABLE -PARAMETER_NAME_CHANGED_ON_OVERRIDE
// SCOPE_DUMP: KA:contains
// FILE: A.java
abstract public class A implements java.util.Collection<String> {