diff --git a/idea/src/org/jetbrains/jet/plugin/libraries/DecompiledDataFactory.java b/idea/src/org/jetbrains/jet/plugin/libraries/DecompiledDataFactory.java index ac499b006b9..8c02f116d6b 100644 --- a/idea/src/org/jetbrains/jet/plugin/libraries/DecompiledDataFactory.java +++ b/idea/src/org/jetbrains/jet/plugin/libraries/DecompiledDataFactory.java @@ -102,6 +102,7 @@ public final class DecompiledDataFactory { } } else { + // TODO: support other header kinds: for trait-impl show the trait, for package fragment - the whole package throw new UnsupportedOperationException("Unknown header kind: " + kind); }