Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with Dead Code Elimination feature #483

Merged
3 changes: 3 additions & 0 deletions ballerina/xslt_error.bal
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
// specific language governing permissions and limitations
// under the License.

import ballerina/jballerina.java;

# Represents an `xslt:TransformError` with the message and the cause.
@java:ExternalDependency
public type TransformError distinct error;
Loading