Skip to content

Commit

Permalink
Merge pull request #128 from ballerina-platform/revert-dce-support
Browse files Browse the repository at this point in the history
[Revert] Fix issues with Dead Code Elimination feature #124
  • Loading branch information
TharmiganK authored Nov 18, 2024
2 parents 506db7f + 7c154c1 commit 474062c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ballerina/constraint_errors.bal
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@
// specific language governing permissions and limitations
// under the License.

import ballerina/jballerina.java;

# Represents the generic error type of the module.
public type Error distinct error;

# Represents the errors occurs during constraint validations.
@java:ExternalDependency
public type ValidationError distinct Error;

# Represents the errors occurs during the type conversion.
@java:ExternalDependency
public type TypeConversionError distinct Error;

0 comments on commit 474062c

Please sign in to comment.