Check for exposed local classes (or objects) in type signatures: fix IDE test
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
interface I
|
interface I
|
||||||
|
|
||||||
fun f(): List<I> {
|
private fun f(): List<I> {
|
||||||
return listOf(object : I { })
|
return listOf(object : I { })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user