代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/347649/3164582
java scope.java
public class Scope
{
public static void main(String[] args)
{
int outer = 1; // Exists throughout the method
{
// You cannot refer to a variable
www.eeworm.com/read/318768/3563448
java scope.java
public class Scope
{
public static void main(String[] args)
{
int outer = 1; // Exists throughout the method
{
// You cannot refer to a variable
www.eeworm.com/read/276066/4170692
out extendsaccess.out
ExtendsAccess.java:31: cannot find symbol
symbol: class publicClass
class ExtendsAccess111 extends publicClass { } // ERROR - 'publicClass' not in scope
www.eeworm.com/read/429426/1948848
py cb-mydomain.py
# Description: Shows an example of an Orange class that cannot be subtyped in Python
# Category: callbacks to Python
# Classes: Domain
# Uses: lenses
# Referenced: callbacks.htm
www.eeworm.com/read/400767/2347066
cs is.cs
using System;
namespace Mf.Util
{
///
/// Summary description for Is.
///
public class Is
{
/// Class cannot be instantiated
privat
www.eeworm.com/read/366702/2868057
c error28.c
// PR c++/35987
// { dg-do compile }
void
foo (char *p)
{
if (++p = true); // { dg-error "cannot convert" }
}
www.eeworm.com/read/106588/15633606
cpp pwscore.cpp
// file PWScore.cpp
//-----------------------------------------------------------------------------
#pragma warning(push,3) // sad that VC6 cannot cleanly compile standard headers
#include /