Mark string prefixes and suffixes as unsupported

This commit is contained in:
Andrey Breslav
2015-10-15 16:06:18 +03:00
parent 267ec2724e
commit b050324869
4 changed files with 81 additions and 2 deletions
@@ -0,0 +1,5 @@
package
public fun test(/*0*/ a: kotlin.Any): kotlin.Unit
public operator fun kotlin.Any?.contains(/*0*/ a: kotlin.Any): kotlin.Boolean
public infix fun kotlin.Any?.foo(/*0*/ a: kotlin.Any): kotlin.Unit