Don't report warnings when there are errors
All sane compilers do this
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
WARNING: compiler/testData/cli/jvm/syntheticAccessorSignatureClash.kt: (34, 17) Variable 's' is never used
|
||||
ERROR: compiler/testData/cli/jvm/syntheticAccessorSignatureClash.kt: (15, 5) Accidental override: The following declarations have the same JVM signature (access$foo$0(LDerived;)V):
|
||||
fun `access$foo$0`(d: Derived): kotlin.Unit
|
||||
fun foo(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user