Update FIR diagnostics test
This commit is contained in:
@@ -21,7 +21,7 @@ class Command2 : Command {
|
|||||||
class Configuration {
|
class Configuration {
|
||||||
val commands = Commands()
|
val commands = Commands()
|
||||||
inline fun commands(configure: Commands.() -> Unit) {
|
inline fun commands(configure: Commands.() -> Unit) {
|
||||||
commands.<!UNRESOLVED_REFERENCE!>configure<!>()
|
commands.configure()
|
||||||
}
|
}
|
||||||
class Commands {
|
class Commands {
|
||||||
operator fun <TCommand : Command> CommandFactory<TCommand>.invoke(
|
operator fun <TCommand : Command> CommandFactory<TCommand>.invoke(
|
||||||
|
|||||||
Reference in New Issue
Block a user