Moved tests from deprecated to generated test fixture
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
class Some
|
||||
|
||||
fun <T> Some.filter(predicate : (T) -> Boolean) = throw UnsupportedOperationException()
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
Some().fil<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: filter
|
||||
// CHAR: ' '
|
||||
Reference in New Issue
Block a user