Update FIR diagnostics test

This commit is contained in:
Mikhail Zarechenskiy
2019-12-27 14:11:47 +03:00
parent e4b2c238c7
commit 95dd322bf0
@@ -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(