Support RENDER_DIAGNOSTICS_FULL_TEXT directive in new test infra

This commit is contained in:
Ivan Kylchik
2022-02-03 18:24:32 +03:00
parent 20d0a531df
commit 001ecaa9b2
12 changed files with 96 additions and 21 deletions
@@ -0,0 +1 @@
/enumCapturesProperty.kts:7:1: error: Enum class Bar captures the script class instance. Try to use class or anonymous object instead
@@ -0,0 +1 @@
/enumEntryCapturesProperty.kts:7:1: error: Enum class Bar captures the script class instance. Try to use class or anonymous object instead
@@ -0,0 +1 @@
/interfaceCapturesProperty.kts:8:1: error: Interface A captures the script class instance. Try to use class instead
@@ -0,0 +1 @@
/nestedAndOuterClassesCaptureProperty.kts:9:5: error: Nested class User captures the script class instance. Try to use explicit inner modifier for both nested User and outer Outer
@@ -0,0 +1 @@
/nestedClassCapturesProperty.kts:8:5: error: Nested class User captures the script class instance. Try to use explicit inner modifier for both nested User and outer Outer
@@ -0,0 +1 @@
/nestedToObjectClassCapturesProperty.kts:8:5: error: Nested class User captures the script class instance. Try to use explicit inner modifier for both nested User and outer Outer
@@ -0,0 +1 @@
/objectCapturesProperty.kts:8:1: error: Object B captures the script class instance. Try to use class or anonymous object instead
@@ -0,0 +1 @@
/objectCapturesPropertyIndirect.kts:12:1: error: Object B captures the script class instance. Try to use class or anonymous object instead
@@ -0,0 +1 @@
/objectCapturesPropertyViaExtension1.kts:11:1: error: Object ZipHelper captures the script class instance. Try to use class or anonymous object instead
@@ -0,0 +1 @@
/objectCapturesPropertyViaExtension2.kts:17:1: error: Object ZipHelper captures the script class instance. Try to use class or anonymous object instead