Skip to content

Commit a37f090

Browse files
committed
Suppress loading notModelled
1 parent 225e257 commit a37f090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java_bytecode/java_bytecode_convert_method.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,6 +2776,7 @@ void java_bytecode_convert_method(
27762776
"nondetDouble",
27772777
"nondetWithNull",
27782778
"nondetWithoutNull",
2779+
"notModelled",
27792780
};
27802781

27812782
if(std::regex_match(

0 commit comments

Comments
 (0)