Support RENDER_DIAGNOSTICS_FULL_TEXT directive in new test infra
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
/enumCapturesProperty.kts:7:1: error: Enum class Bar captures the script class instance. Try to use class or anonymous object instead
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
/enumEntryCapturesProperty.kts:7:1: error: Enum class Bar captures the script class instance. Try to use class or anonymous object instead
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
/interfaceCapturesProperty.kts:8:1: error: Interface A captures the script class instance. Try to use class instead
|
||||
+1
@@ -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
|
||||
Vendored
+1
@@ -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
|
||||
+1
@@ -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
|
||||
+1
@@ -0,0 +1 @@
|
||||
/objectCapturesProperty.kts:8:1: error: Object B captures the script class instance. Try to use class or anonymous object instead
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
/objectCapturesPropertyIndirect.kts:12:1: error: Object B captures the script class instance. Try to use class or anonymous object instead
|
||||
+1
@@ -0,0 +1 @@
|
||||
/objectCapturesPropertyViaExtension1.kts:11:1: error: Object ZipHelper captures the script class instance. Try to use class or anonymous object instead
|
||||
+1
@@ -0,0 +1 @@
|
||||
/objectCapturesPropertyViaExtension2.kts:17:1: error: Object ZipHelper captures the script class instance. Try to use class or anonymous object instead
|
||||
Reference in New Issue
Block a user