Get rid of coroutinesWarn/coroutinesEnable/coroutinesError
Use a single coroutinesState instead. Change the coroutines state in
some tests from "warn" to "enable"/"error" to test that deserialization
of older config files works ("warn" is the default value, so it wasn't
testing anything here)
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
<compilerArguments>
|
||||
<option name="moduleKind" value="amd" />
|
||||
<option name="languageVersion" value="1.1" />
|
||||
<option name="apiVersion" value="1.0" />
|
||||
<option name="coroutinesWarn" value="true" />
|
||||
<option name="apiVersion" value="1.0" />
|
||||
<option name="coroutinesWarn" value="false" />
|
||||
<option name="coroutinesError" value="true" />
|
||||
</compilerArguments>
|
||||
</configuration>
|
||||
</facet>
|
||||
|
||||
Reference in New Issue
Block a user