Extraction Engine: Forbid extraction of non-singleton qualifiers
#KT-8297 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
object A {
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
a().foo()
|
||||
}
|
||||
|
||||
private fun a() = A
|
||||
Reference in New Issue
Block a user