Deprecate extension annotation in favor of Extension
This commit is contained in:
@@ -21,9 +21,9 @@ class FunctionTypes {
|
||||
public fun f2(f: Function2<Int, *, String>) {
|
||||
}
|
||||
|
||||
public fun f3(f: @extension Function2<Int, Int, Unit>) {
|
||||
public fun f3(f: @Extension Function2<Int, Int, Unit>) {
|
||||
}
|
||||
|
||||
public fun f4(f: List<@extension Function1<*, *>>) {
|
||||
public fun f4(f: List<@Extension Function1<*, *>>) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user