Switch 'AbstractVisualizer' to new scheme with configuration kind

This commit is contained in:
Mikhael Bogdanov
2020-02-27 14:45:18 +01:00
parent ae9a91e17d
commit 46397dca4a
15 changed files with 14 additions and 4 deletions
@@ -1,4 +1,5 @@
// FIR_IGNORE
// WITH_RUNTIME
// foo.a: Int
// │ fun (Int).compareTo(Int): Int
// │ │ foo.b: Int
@@ -1,4 +1,5 @@
// FIR_IGNORE
// WITH_RUNTIME
// Int
// │ distance.x: Int
// │ │ fun (Int).plus(Int): Int
@@ -1,4 +1,5 @@
// FIR_IGNORE
// WITH_RUNTIME
data class Tuple(val x: Int, val y: Int)
// Int
@@ -1,4 +1,5 @@
// FIR_IGNORE
// WITH_RUNTIME
fun simple() {
// Int Int
// │ │
@@ -1,3 +1,4 @@
// WITH_RUNTIME
fun some() {
try {
// constructor KotlinNullPointerException()
@@ -1,4 +1,5 @@
// FIR_IGNORE
// WITH_RUNTIME
fun test() {
// Int Int
// │ │
@@ -1,4 +1,5 @@
// FIR_IGNORE
// WITH_RUNTIME
fun foo(limit: Int) {
// Int Int
// │ │