Support RENDER_DIAGNOSTICS_FULL_TEXT directive in new test infra
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
/exceptionFromInterpreter_ir.kt:7:26: error: An exception occur while evaluating const value initializer:
|
||||
Exception java.lang.ArithmeticException: / by zero
|
||||
at ExceptionFromInterpreter_irKt.<clinit>(exceptionFromInterpreter_ir.kt:7)
|
||||
|
||||
/exceptionFromInterpreter_ir.kt:8:39: error: An exception occur while evaluating const value initializer:
|
||||
Exception java.lang.IllegalArgumentException: marginPrefix must be non-blank string.
|
||||
at ExceptionFromInterpreter_irKt.<clinit>(exceptionFromInterpreter_ir.kt:8)
|
||||
|
||||
/exceptionFromInterpreter_ir.kt:12:4: error: An exception occur while evaluating const value initializer:
|
||||
Exception java.lang.ArithmeticException: / by zero
|
||||
at ExceptionFromInterpreter_irKt.<clinit>(exceptionFromInterpreter_ir.kt:12)
|
||||
+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