Skip to content

Commit 8a600af

Browse files
committed
Add cautionary tale
1 parent c3e0de1 commit 8a600af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/kotlin/src/main/java/org/vineflower/kotlin/KotlinChooser.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public boolean isLanguage(StructClass cl) {
4343
StructAnnotationAttribute attr = cl.getAttribute((Key<StructAnnotationAttribute>) key);
4444
for (AnnotationExprent anno : attr.getAnnotations()) {
4545
if (anno.getClassName().equals("kotlin/Metadata")) {
46+
// Line removed as it slows down decompilation significantly, and it doesn't seem to break anything
47+
//TODO double-check if it breaks anything
4648
// setContextVariables(cl);
4749
return true;
4850
}

0 commit comments

Comments
 (0)