-
-
Save urasandesu/ba15cc74ee608ab250883468451f28bd to your computer and use it in GitHub Desktop.
C# パラメタライズド テスト自動生成基礎 ツヴァイ! -The road to Pex/Code Digger/IntelliTest Zwei!-:02. Fix ambiguous null reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(declare-datatypes () ((SystemInt32Array null (SystemInt32Array (pointer Int) (value (Seq Int)))))) | |
(declare-datatypes () ((Fuga null (Fuga (pointer Int) (value Int))))) | |
(declare-const a SystemInt32Array) | |
(assert (= a (as null SystemInt32Array))) ; OK! | |
(check-sat) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment