Test for nullability annotations generalized and generated
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Synthetic
|
||||
|
||||
class Synthetic {
|
||||
inner class Inner {
|
||||
fun test() {
|
||||
foo()
|
||||
}
|
||||
}
|
||||
|
||||
private fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user