compile-time error
常见例句
- You will have a compile-time error something like: "The nested type Person cannot hide an enclosing type".
否则将会导致一个编译时间错误,如 “该嵌套类型 Person 无法隐藏封闭类型”。 - Listing 2 shows a piece of code that results in a compile-time error because the copy constructor is private.
清单 2 显示了产生编译时错误的代码部分,因为该拷贝构造函数是私有的。 - So if you misspelled "secret" in the above example, or tried to call a method on it that did not exist, you would get a compile-time error.
因此如果在上例中拼错了 “secret”,或尝试调用根本不存在的方法,那么将出现编译时错误。 返回 compile-time error