mark wrapper methods that pass default values of parameters as synthetic
#KT-7314 Fixed
This commit is contained in:
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
class E1: Exception()
|
||||
|
||||
throws(javaClass<E1>())
|
||||
throws(javaClass<E1>()) overloads
|
||||
fun one(a: Int = 1) {}
|
||||
|
||||
class One [throws(javaClass<E1>())] (a: Int = 1) {
|
||||
|
||||
Reference in New Issue
Block a user