Cuckoo/Tests/Swift/Source/UnicodeTestProtocol.swift

16 lines
232 B
Swift

//
protocol UnicodeTest {
/// 🦅🕶
func doSomething(str: String) -> String
func 💩() -> String
}
//
// +ěščřžýáíé
//
protocol UnicodeNameTest_トř🦅 {
func doSomething(🛳: String)
}