Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /