mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Exposed visibility deprecation warnings made errors + relevant test fixes
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
abstract class Test<F> {
|
||||
public abstract class Test<F> {
|
||||
protected final F value = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user