mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
DeprecatedSymbolUsageFix: fixed for java declaration + one more test
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class JavaClass {
|
||||
@Deprecated
|
||||
public void oldFun(){}
|
||||
}
|
||||
Reference in New Issue
Block a user