remove support for 'trait' keyword
This commit is contained in:
@@ -2,9 +2,6 @@ import pack.oldFun1
|
||||
import pack.oldFun2 // should not be removed for non-deprecated overload used
|
||||
import pack.oldFun3
|
||||
|
||||
trait Foo {
|
||||
}
|
||||
|
||||
val f = { (a: Int, b: Int) -> a + b }
|
||||
|
||||
class A private()
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
import pack.bar
|
||||
import pack.oldFun2 // should not be removed for non-deprecated overload used
|
||||
|
||||
interface Foo {
|
||||
}
|
||||
|
||||
val f = { a: Int, b: Int -> a + b }
|
||||
|
||||
class A private constructor()
|
||||
|
||||
Reference in New Issue
Block a user