Fix decompiler tests.
For now, JVM and JS backends produce different metadata for package facades (and package parts), and thus different output is expected for JVM and JS decompiler. Split decompiler tests into common (decompiledText), JVM-specific (decompiledTextJvm), and JS-specific (decompiledTextJs) Join them back together if JS backend migrates to JVM-like package model.
This commit is contained in:
committed by
Michael Bogdanov
parent
282727b9b2
commit
f9901f6075
@@ -0,0 +1,4 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package test
|
||||
Reference in New Issue
Block a user