There was an error while loading. Please reload this page.
2 parents 37890dd + e5853a5 commit af4fc7eCopy full SHA for af4fc7e
1 file changed
key.core/src/main/resources/de/uka/ilkd/key/proof/rules/javaRules.key
@@ -382,13 +382,15 @@
382
383
// ------------ dynamic types ------------------ //
384
385
- /* // will be uncommented soon
386
- dynamic_type_for_null {
387
- \find (G::exactInstance(null) = TRUE ==>)
388
- \varcond(G not Null) // Woj: parser doesn't allow this at the moment
389
- \replacewith(false)
390
- };
391
- };*/
+ // Woj: parser doesn't allow this at the moment
+ // will be uncommented soon
+ // MU: ... uncommented more than 18 years later
+ dynamic_type_for_null {
+ \find (G::exactInstance(null))
+ \varcond(\not\same(G,Null))
+ \replacewith(FALSE)
392
+ \heuristics(concrete)
393
+ };
394
395
// --------------- variable declarations --------------------------------------//
396
0 commit comments