Skip to content

Commit fec834e

Browse files
a2xchipligee
authored andcommitted
Update useGuava.simplescript.kts fix typo
Doc block typo fix
1 parent 5036d14 commit fec834e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/basic/jvm-embeddable-host/testData/useGuava.simplescript.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// assuming to be executed on proguarded compiler in which `newArrayList` is present, but `asList` ist removed
2+
// assuming to be executed on proguarded compiler in which `newArrayList` is present, but `asList` is removed
33
// first pulling `newArrayList`, so with non-embeddable (not shaded) host/compiler the class `Lists` will be pulled from
44
// the guava embedded into compiler, then using `asList`, which should not be present in this version of the class due to proguarding
55
// So, the compilation should only succeed if shaded compiler is used and `Lists` are loaded from the non-embedded guava jar

0 commit comments

Comments
 (0)