Scratch: substring output and print it to separate tool window if it is too long
^KT-24016 In Progress
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
foo.forEach { // ERROR: Unresolved reference: foo; Cannot choose among the following candidates without completing type inference:
|
||||
foo.forEach { // ERROR: Unresolved reference: foo; Cannot choose among the following candidates wi...
|
||||
1 + 1
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
val a = "a".repeat(100) // RESULT: val a: String
|
||||
a // RESULT: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
val a = "a".repeat(100)
|
||||
a
|
||||
@@ -0,0 +1,2 @@
|
||||
val a = "a".repeat(100)
|
||||
a // RESULT: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
|
||||
Reference in New Issue
Block a user