Closed nanashiki closed 1 year ago
Hey, @nanashiki, is it possible that the issue is in file Swift/StringCharacterView.swift
at line 153? Unless we find out a reproducible use-case, there's not much I can do.
StringCharacterView.swift seemed to be an error in the code of apple/swift, not the code we manage https://github.com/apple/swift/blob/main/stdlib/public/core/StringCharacterView.swift
minimal code
struct Test {
var current: Date {
// 日本語コメント(Japanese Comment)
Date()
}
}
overview
No error with Cuckoo Generator 1.10.1.
There are many input files when generating and I do not know which file is not working
Environment