Analysis API: add test for KtDiagnosticsProvider
This commit is contained in:
committed by
TeamCityServer
parent
cd3827ca2e
commit
f197fc93db
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
fun foo() {}
|
||||
fun bar(s: String) {}
|
||||
fun bar(f: () -> Unit) {}
|
||||
fun test() {
|
||||
foo(1)
|
||||
bar(2)
|
||||
bar("", 1)
|
||||
bar()
|
||||
}
|
||||
Reference in New Issue
Block a user