[Bug]: Typo in error message when an external function is declared with no java class specified #41620
Labels
Area/Diagnostics
Issues related Diagnostics reported by the Compiler. #Compiler
Area/JavaInterop
Java interoperability in Ballerina
good first issue
Reason/EngineeringMistake
The issue occurred due to a mistake made in the past.
Team/jBallerina
All the issues related to BIR, JVM backend code generation and runtime
Type/Bug
Description
$subject. Run the following code.
It will give
error: cannot find full qualified class name for extern function : lochanaj/Sample/0/bar
Note the typo
extern
in the error message.Affected Version(s)
2201.8.1
The text was updated successfully, but these errors were encountered: