From ad988dbf43a8d237f328afecc4fa3d2b33f552d7 Mon Sep 17 00:00:00 2001 From: Pavel Kirpichenkov Date: Tue, 3 Mar 2020 12:09:03 +0300 Subject: [PATCH] minor: update test data --- .../diagnostics/tests/inference/extensionLambdasAndArrow.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/diagnostics/tests/inference/extensionLambdasAndArrow.txt b/compiler/testData/diagnostics/tests/inference/extensionLambdasAndArrow.txt index a9fef69810f..30c3b1c93fe 100644 --- a/compiler/testData/diagnostics/tests/inference/extensionLambdasAndArrow.txt +++ b/compiler/testData/diagnostics/tests/inference/extensionLambdasAndArrow.txt @@ -1,3 +1,4 @@ package public fun main(): kotlin.Unit +public fun select(/*0*/ vararg x: T /*kotlin.Array*/): T