From b4aede1921f3411417b859ae475908f403d76db5 Mon Sep 17 00:00:00 2001 From: "Alexandr Jeliuc (a2xchip)" Date: Sun, 7 Jan 2024 02:57:20 +0200 Subject: [PATCH] Update useGuava.simplescript.kts fix typo Doc block typo fix --- .../jvm-embeddable-host/testData/useGuava.simplescript.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvm/basic/jvm-embeddable-host/testData/useGuava.simplescript.kts b/jvm/basic/jvm-embeddable-host/testData/useGuava.simplescript.kts index 5752c74..3b0cc4f 100644 --- a/jvm/basic/jvm-embeddable-host/testData/useGuava.simplescript.kts +++ b/jvm/basic/jvm-embeddable-host/testData/useGuava.simplescript.kts @@ -1,5 +1,5 @@ -// assuming to be executed on proguarded compiler in which `newArrayList` is present, but `asList` ist removed +// assuming to be executed on proguarded compiler in which `newArrayList` is present, but `asList` is removed // first pulling `newArrayList`, so with non-embeddable (not shaded) host/compiler the class `Lists` will be pulled from // the guava embedded into compiler, then using `asList`, which should not be present in this version of the class due to proguarding // So, the compilation should only succeed if shaded compiler is used and `Lists` are loaded from the non-embedded guava jar