Analysis API: add test for KtDiagnosticsProvider
This commit is contained in:
committed by
TeamCityServer
parent
cd3827ca2e
commit
f197fc93db
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
val i: Int
|
||||
fun foo(): String
|
||||
class A {
|
||||
abstract fun foo()
|
||||
}
|
||||
class B: A
|
||||
Reference in New Issue
Block a user