FIR IDE: enable override implement test for FIR
This commit is contained in:
committed by
TeamCityServer
parent
00031c8eb1
commit
53aafbd7d9
+10
@@ -0,0 +1,10 @@
|
||||
import androidx.annotation.RecentlyNonNull
|
||||
import androidx.annotation.RecentlyNullable
|
||||
import foo.A
|
||||
|
||||
class B : A() {
|
||||
@RecentlyNonNull
|
||||
override fun foo(@RecentlyNonNull s1: String, @RecentlyNullable s2: String?): String {
|
||||
<selection><caret>return super.foo(s1, s2)</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user