KT-45777: Don't compute snapshots for inaccessible classes

Also visit a class file with ASM once to extract all information we need
in advance, instead of visiting the class file each time some piece of
info is needed.
This commit is contained in:
Hung Nguyen
2021-11-17 11:48:12 +00:00
committed by teamcityserver
parent f52be5f471
commit 6bee7948e7
13 changed files with 395 additions and 540 deletions
@@ -39,7 +39,7 @@
},
"supertypes": [
{
"internalName": "kotlin/Any"
"internalName": "java/lang/Object"
}
]
}