Fix testdata for try/catch inference and DFA

This commit is contained in:
Dmitriy Novozhilov
2019-02-18 12:43:23 +03:00
parent 8fc7b4436b
commit d1b7c0f683
16 changed files with 8 additions and 350 deletions
@@ -1,5 +1,6 @@
// !WITH_NEW_INFERENCE
// !DIAGNOSTICS: -UNUSED_VARIABLE -UNUSED_VALUE -VARIABLE_WITH_REDUNDANT_INITIALIZER
// SKIP_TXT
// Related issue: KT-28370
class ExcA : Exception()