[FIR] Convert REDUNDANT_MODIFIER, DEPRECATED_MODIFIER_PAIR to warnings ^KT-49073 Fixed

This commit is contained in:
Ivan Kochurkin
2021-10-04 15:17:41 +03:00
committed by TeamCityServer
parent 876a0d9b7b
commit 6c7c1a7a0d
6 changed files with 4 additions and 8 deletions
@@ -1,4 +1,3 @@
// IGNORE_FIR_DIAGNOSTICS
open abstract class B {
fun foo(arg: Int = 239 + 1) : Int = arg
}
@@ -1,4 +1,3 @@
// IGNORE_FIR_DIAGNOSTICS
interface A {
fun bar2(arg: Int = 239) : Int
@@ -1,4 +1,3 @@
// IGNORE_FIR_DIAGNOSTICS
open abstract class B {
abstract fun foo2(arg: Int = 239) : Int
}
@@ -1,4 +1,3 @@
// IGNORE_FIR_DIAGNOSTICS
//inspired by kt3492
interface BK {
fun foo(): String